|
|
Hi,
if I "render" (parse) the following scene, I get 5 warnings that in Line 10
(object{Test}) the pigment is missing. Well I can image why this may be
intended (of course one could texture the union as a whole) - but is this
really the way it should be? In older versions it was different, mentioning
the line, where the untextured object was defined, wasn't it?
#declare Test=
union{
sphere{0,1 pigment{rgb 1}}
sphere{0,2}
sphere{0,3}
sphere{0,1}
sphere{0,2}
sphere{0,3}
}
object{Test}
Marc-Hendrik
Post a reply to this message
|
|